home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
07
/
3
/
DISK0733.ZIP
/
KJON.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-01-29
|
1KB
|
38 lines
ECHO OFF
CLS
echo * * * * * * * * * * * * * * * * * * * * * * * * * *
echo * *
echo * The VRS Plus will now be uncompressed. *
echo * *
echo * - Some files will take longer than others - *
echo * *
echo * * * * * * * * * * * * * * * * * * * * * * * * * *
echo .
echo .
pause
CLS
KJONVRS -dt
DEL KJONVRS.EXE
CD\VRS90\VRS1
DEL DUMMY
CD\VRS90
CLS
KJONDOC
DEL KJONDOC.EXE
CD\VRS90
CLS
echo * * * * * * * * * * * * * * * * * * * * * *
echo * *
echo * -- The VRS Plus is now ready to run -- *
echo * *
echo * Print the DEMOTUTR.DOC file (23 pages) *
echo * and go through it to learn how to use *
echo * this system. *
echo * *
echo * * * * * * * * * * * * * * * * * * * * * *
echo .
echo .
echo Then type VRS and press ENTER to start
echo .
echo .
ech